===================================================================
Gbp-Pq: Name test_relax_tolerance.patch
assert abs(max(mesh.points[:, 1]) - ref[2]) < tol * ref[2]
assert abs(min(mesh.points[:, 1]) - ref[3]) < tol * ref[3]
assert abs(max(mesh.points[:, 2]) - ref[4]) < tol * ref[4]
- tol = 3.0e-2
+ tol = 5.0e-2
assert abs(min(mesh.points[:, 2]) - ref[5]) < tol * ref[5]
vol = sum(helpers.compute_volumes(mesh.points, mesh.get_cells_type("tetra")))
verbose=False,
)
- tol = 1.0e-3
+ tol = 1.1e-3
assert abs(max(mesh.points[:, 0]) - 0.5) < tol
assert abs(min(mesh.points[:, 0]) + 0.5) < tol
assert abs(max(mesh.points[:, 1]) - 0.8) < tol